home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 November / macformat-030.iso / Shareware City / Developers / FANTASM V3.16 unreg / Beginners guide MS word / F3_EXAMPLE / SOUND GLOBAL INCLUDES / SOUND_GLOBALS < prev   
Encoding:
Text File  |  1995-02-05  |  281 b   |  9 lines  |  [TEXT/R*ch]

  1. ***********************
  2. *GLOBAL A5 VARIABLES  *
  3. *FOR THE BACKGROUND   *
  4. *SOUND PLAYER.          *
  5. ***********************
  6.             GLOBRESET        *RESET A5 VARIABLES
  7. CHAN:        GLOBOFF.L    1    *THE SOUND CHANNEL
  8. SOUND:        GLOBOFF.L    1    *HANDLE OF THE SOUND TO PLAY
  9. wait_time:    globoff.l    1    *delay time goes here